Properties  Methods 

ISciList<T> Interface Members

The following tables list the members exposed by ISciList<T>.

Public Properties
 NameDescription
 PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 Property Gets a value indicating whether this list has any values.  
 PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<T>)
 PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<T>)
 Property Gets the internal ItemsArray that this list wraps for direct unchecked access NOTE: The count of the ItemsArray may differ from the count of the List. Use the List.Count when iterating  
Top
Public Methods
 NameDescription
 MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 Method Adds a range of items to the list  
 MethodGets this instance as System.Collections.IList instance  
 MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<T>)
 Method Gets a value indicating whether this list has NaN values in specified range  
 MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<T>)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<T>)
 Method Gets the maximum in the list  
 Method Gets the minimum in the list  
 Method Gets the minimum and maximum in the list  
 MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<T>)
 MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<T>)
 Method Inserts a range of items to the list  
 Method Gets a value indicating whether this list has evenly spaced values in specified range  
 Method Gets a value indicating whether this list has sorted ascending values in specified range  
 MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<T>)
 Method Removes a range of items from the list  
 Method Forces the count of the list, in operations where we know the capacity in advance  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded.  Iterates over the list and performs an action on each element
Top
See Also